Skip to content

Add support for GitLab Code Quality reports#499

Merged
chelnak merged 1 commit intopuppetlabs:mainfrom
alexjfisher:gitlab_code_quality
Mar 2, 2023
Merged

Add support for GitLab Code Quality reports#499
chelnak merged 1 commit intopuppetlabs:mainfrom
alexjfisher:gitlab_code_quality

Conversation

@alexjfisher
Copy link
Copy Markdown
Contributor

This commit adds support for enabling GitLab Code Quality reports. I've not enabled it by default (in config_defaults.yml), but this is something that perhaps we could do at a later date following any user feedback.

Meanwhile, the following module .sync.yml content can be used to turn it on.

.gitlab-ci.yml:
  custom:
    ruby_versions:
      '2.7.2':
        code_quality: true

This commit adds support for enabling [GitLab Code Quality](https://docs.gitlab.com/ee/ci/testing/code_quality.html)
reports. I've not enabled it by default (in `config_defaults.yml`), but
this is something that perhaps we could do at a later date following any
user feedback.

Meanwhile, the following module `.sync.yml` content can be used to turn
it on.

```yaml
.gitlab-ci.yml:
  custom:
    ruby_versions:
      '2.7.2':
        code_quality: true
```
@chelnak chelnak merged commit 6e2b72d into puppetlabs:main Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants